From 7d325b5fa3e59285ee14c9648f3275ab94a01e74 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Thu, 27 Mar 2014 07:06:33 +0000 Subject: [PATCH] packages/ssldump: remove trailing whitespace Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos SVN-Revision: 40270 --- utils/ssldump/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/ssldump/Makefile b/utils/ssldump/Makefile index 4700e11707..5363b3d3e1 100644 --- a/utils/ssldump/Makefile +++ b/utils/ssldump/Makefile @@ -1,4 +1,4 @@ -# +# # Copyright (C) 2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. @@ -28,7 +28,7 @@ define Package/ssldump/description ssldump is an SSLv3/TLS network protocol analyzer. It identifies TCP connections on the chosen network interface and attempts to interpret them as SSLv3/TLS traffic. When it identifies SSLv3/TLS traffic, it decodes the records and displays them in a textual form to stdout. If provided with the appropriate keying material, it will also decrypt - the connections and display the application data traffic. + the connections and display the application data traffic. endef CONFIGURE_ARGS += \ -- 2.30.2